-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test more R flavors * bump version to 0.3.6 * Use revdep * encoding utf-8 for roxygen2 * make docs/ * missing namespace * spelling * setup release scripts * Update cran-comments.md * run revdep one last time * bump htmlwidget version * removed extra bullet
- Loading branch information
Showing
57 changed files
with
6,660 additions
and
3,983 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,6 @@ | |
^\.travis\.yml$ | ||
^CONTRIBUTING.md$ | ||
^docs$ | ||
^revdep$ | ||
^cran-comments\.md$ | ||
^scripts$ |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: profvis | ||
Title: Interactive Visualizations for Profiling R Code | ||
Version: 0.3.5.9000 | ||
Version: 0.3.6 | ||
Authors@R: c( | ||
person("Winston", "Chang", email = "[email protected]", role = c("aut", "cre")), | ||
person("Javier", "Luraschi", email = "[email protected]", role = "aut"), | ||
|
@@ -29,3 +29,4 @@ Suggests: | |
htmltools | ||
RoxygenNote: 6.1.1 | ||
URL: https://rstudio.github.io/profvis/ | ||
Encoding: UTF-8 |
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
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
## Comments | ||
|
||
### May 14, 2019 | ||
|
||
Submitting small enhancements. Please let me know if there is anything I can do. | ||
|
||
Thank you for your time, | ||
- Winston | ||
|
||
|
||
## Test environments | ||
* local OS X install, R 3.6.0 | ||
* travis-ci ubuntu 14.04 | ||
* R 3.5.3 | ||
* R 3.6.0 | ||
* R Under development (unstable) (2019-05-13 r76492) | ||
* win-builder (devel and release) | ||
* R version 3.5.3 (2019-03-11) | ||
* R version 3.6.0 (2019-04-26) | ||
* R Under development (unstable) (2019-05-12 r76489) | ||
* rhub | ||
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit | ||
* Ubuntu Linux 16.04 LTS, R-release, GCC | ||
* Fedora Linux, R-devel, clang, gfortran | ||
* Debian Linux, R-devel, GCC ASAN/UBSAN | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
|
||
## revdepcheck results | ||
|
||
We checked 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages |
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
Oops, something went wrong.