-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.1.2 #252
Open
mattyb
wants to merge
24
commits into
master
Choose a base branch
from
prep_release_v3.1.2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
v3.1.2 #252
Changes from 22 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
5673d54
Deprecate the "local" argument in CivisFuture() (#247)
ddf009e
Update default client for v3.1.0 (#249)
da8685a
re-build documentation
140cd37
Merge branch 'prep_release_v3.1.0' of https://github.com/civisanalyti…
8132f37
Update CHANGELOG.md
4bd82f3
upper bound future to v1.31.0
7890509
Patch fetch_all pagination helper (#243)
BryanBaird d441211
Update CHANGELOG.md
efb9f95
Merge branch 'prep_release_v3.1.0' of https://github.com/civisanalyti…
2a304fb
fix typos
4fd8808
DEP LazyData (no data directory)
568eb4b
rename CHANGELOG.md to NEWS.md
1d0a43f
add cran-comments
b389b98
Update cran-comments.md
9644e1b
add CRAN submission info
21ee7d8
only upper bound `future` package
543a1dd
update links in vignettes
8020173
update last remaining links
0786c73
Set future$state to "finished" if API call "succeeded" (#251)
e35cf93
update cran-comments for v3.1.1
390083c
update NEWS.md
b8a7ece
prep release
ee4c420
remove files that shouldn't be in version control
mattyb 2ab2055
remove cran-comments
mattyb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,6 @@ inst/web | |
.*.swp | ||
.*.swo | ||
.DS_Store | ||
civis.Rcheck/ | ||
/doc/ | ||
/Meta/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Version: 3.1.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this should be removed and put in the |
||
Date: 2023-02-14 21:28:04 UTC | ||
SHA: b389b98a9c1914f99f9d68509f62a43fd907b5d5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
Package: civis | ||
Title: R Client for the 'Civis Platform API' | ||
Version: 3.0.0 | ||
Version: 3.1.2 | ||
Authors@R: c( | ||
person("Patrick", "Miller", email = "[email protected]", role = c("cre", "aut")), | ||
person("Peter", "Cooman", email = "[email protected]", role = c("cre", "ctb")), | ||
person("Patrick", "Miller", email = "[email protected]", role = "aut"), | ||
person("Keith", "Ingersoll", email = "[email protected]", role = "aut"), | ||
person("Bill", "Lattner", email = "[email protected]", role = "ctb"), | ||
person("Anh", "Le", email = "[email protected]", role = "ctb"), | ||
|
@@ -13,14 +14,14 @@ Authors@R: c( | |
person("Elizabeth", "Sander", email = "[email protected]", role = "ctb"), | ||
person("Madison", "Hobbs", email = "[email protected]", role = "ctb"), | ||
person("Anna", "Bladey", email = "[email protected]", role = "ctb"), | ||
person("Sahil", "Shah", email = "[email protected]", role = "ctb")) | ||
person("Sahil", "Shah", email = "[email protected]", role = "ctb"), | ||
person("Bryan", "Baird", email = "[email protected]", role = "ctb")) | ||
Description: A convenient interface for making | ||
requests directly to the 'Civis Platform API' <https://www.civisanalytics.com/platform/>. | ||
Full documentation available 'here' <https://civisanalytics.github.io/civis-r/>. | ||
Depends: | ||
R (>= 3.2.0) | ||
License: BSD_3_clause + file LICENSE | ||
LazyData: true | ||
URL: https://github.com/civisanalytics/civis-r | ||
BugReports: https://github.com/civisanalytics/civis-r/issues | ||
Imports: | ||
|
@@ -35,14 +36,15 @@ Suggests: | |
feather, | ||
ggplot2, | ||
knitr, | ||
lifecycle, | ||
rmarkdown, | ||
roxygen2, | ||
mockery, | ||
R.utils, | ||
rstudioapi, | ||
testthat, | ||
yaml | ||
RoxygenNote: 7.1.0 | ||
RoxygenNote: 7.2.2 | ||
VignetteBuilder: knitr | ||
Collate: | ||
'await.R' | ||
|
Binary file not shown.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confused that
/doc/
is listed here but this PR adds a bunch of files in that directory. Should this bedoc/
andmeta/
?At any rate, I think
Meta/vignette.rds
anddoc/*
should be removed from this branch and squashed away when merging.