Skip to content
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

AppVeyor testing #1947

Merged
merged 4 commits into from
Aug 24, 2016
Merged

AppVeyor testing #1947

merged 4 commits into from
Aug 24, 2016

Conversation

krlmlr
Copy link
Member

@krlmlr krlmlr commented Jun 20, 2016

to prepare for release.

Also remove NOTE that occurs with RSQLite 1.0.0 (current CRAN version), check now succeeds with both CRAN and bleeding-edge RSQLite.

Closes #1949 (=includes it).

Please visit https://ci.appveyor.com to enable testing.

Passes win-builder tests, too.

@krlmlr
Copy link
Member Author

krlmlr commented Jun 23, 2016

eeee886 show the regressions found by the revdep check.

@@ -148,7 +148,7 @@ src_desc.src_sqlite <- function(x) {

sqlite_version <- function() {
if (utils::packageVersion("RSQLite") > 1) {
RSQLite::rsqliteVersion()[[2]]
get("rsqliteVersion", getNamespace("RSQLite"), mode = "function")()[[2]]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's fine to leave it as is.

Kirill Müller and others added 4 commits June 23, 2016 14:37
@krlmlr
Copy link
Member Author

krlmlr commented Jun 23, 2016

Ready for review.

@hadley
Copy link
Member

hadley commented Aug 24, 2016

LGTM

@krlmlr krlmlr merged commit b34e039 into tidyverse:master Aug 24, 2016
@krlmlr krlmlr deleted the feature/appveyor branch August 24, 2016 21:20
@krlmlr
Copy link
Member Author

krlmlr commented Aug 24, 2016

Could you please visit https://ci.appveyor.com to enable testing?

@hadley
Copy link
Member

hadley commented Aug 24, 2016

Done!

@lock
Copy link

lock bot commented Jan 18, 2019

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

@lock lock bot locked and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants