Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Pinned
1,269 contributions in the last year
Activity overview
Contribution activity
April 2020
Created a pull request in ropensci/spelling that received 1 comment
Sort WORDLIST with a locale-independent method
I was going to add tests for this but I didn't since I noticed this package is not using testthat at the moment. Please let me know if you'd like m…
+6
−3
•
1
comment
Created an issue in Bisaloo/groundhogR that received 5 comments
Published column is broken for some packages server side
Reprex: tmp <- tempfile() download.file("http://groundhogr.com/cran.toc.rds", tmp) cran.toc <- readRDS(tmp) cran.toc[cran.toc$Package == "COVID19",] #
5
comments
- Do not modify library search path globally
- current.deps = "Rcpp" doesn't actually install the latest Rcpp version
- force.source argument is not used in get.snowball()
- Return TRUE/FALSE or get.active()$pkg_vrs in groundhog.library()
- Investigate whether it's faster to do differential updates or not
- Investigate CRAN NMUs
- Provide utility function set.groundhogr.folder()
- Forward current.deps arg to get.version()
- cat1.plot() is not adjusted to screen size and overflows
- Rename quiet argument from install.source to quiet.install() to match install.snowball()
- Forward plot.console arg from install.snowball() to installation.feedback()