Skip to content

Commit

Permalink
0.5.1 CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
joachim-gassen committed Jan 29, 2020
1 parent b76851a commit c43f89f
Show file tree
Hide file tree
Showing 45 changed files with 1,560 additions and 57 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Package: ExPanDaR
Type: Package
Title: Explore Your Data Interactively
Version: 0.5.0.9000
Version: 0.5.1
Authors@R: person("Joachim", "Gassen", role = c("aut", "cre"),
email = "gassen@wiwi.hu-berlin.de",
comment = c(ORCID = "0000-0003-4364-2911"))
Expand Down
7 changes: 4 additions & 3 deletions NEWS.md
@@ -1,4 +1,4 @@
# ExPanDaR 0.5.0.9000
# ExPanDaR 0.5.1

Extensions:

Expand All @@ -8,7 +8,8 @@ resulting notebook

Bug fixes:

* Removed bug that stopped displays from rendering on user uploaded data
* Fixed bug that stopped `ExPanD()` displays from rendering on user uploaded
panel data


Minor Issues:
Expand All @@ -26,7 +27,7 @@ time series indentifiers were still provided as variable options in the
* Included manual zip package import in `NAMESPACE` to make `devtoools::check()`
happy on various CRAN systems

* Changed shinyapps.io URLs in vignettes to plain HTTP as winbuilder seems to
* Changed shinyapps.io URLs in vignettes to plain HTTP as win-builder seems to
have an issue with the SSL handshake of shinyapps.io


Expand Down
32 changes: 28 additions & 4 deletions cran-comments.md
@@ -1,17 +1,41 @@
## Info

This is a minor release that also addresses the following spurious NOTE in CRAN
checks:

Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘zip’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64

This is triggered by calls to the zip package in inst/app directory not being
captured by 'R cmd check', I guess. Fixed by including 'importFrom(zip, zip)'
call in 'NAMESPACE'.


## Test environments
* local OS X install, R 3.6.0 (OK)
* local WIN install, R 3.4.3 (OK)
* travis-ci: R 3.3, 3.4, release, devel (OK)
* win-builder:
- devel (unstable) (2019-12-20 r77608) (OK)
- NOTE: Sometimes win-builder generates NOTEs related to libcurl error #35
indicating problems with the SSL handshake to shinapps.io URLs
(e.g., http://jgassen.shinyapps.io/expand/) that are included in the
documentation. This happens for different builds (devel/release/unstable)
and is irreproducable to me, meaning that sometimes it happens and sometimes
it does not. My guess is that this is related to timeouts when shinyapps.io
takes a while to respond (starting the app). In any case, the URLs are
accessible and work fine.
- devel (unstable) (2020-01-28 r77738) (OK)
- release 3.6.2 (OK)
- oldrelease 3.5.3 (OK)
- oldrelease R version 3.5.3 (2019-03-11) (OK)
* rhub
- Windows Server 2008 R2 SP1, R-devel, 32/64 bit (OK)
- Ubuntu Linux 16.04 LTS, R-release, GCC (NOTE: Examples for
prepare_regression_table() took 5.082 secs)
- Ubuntu Linux 16.04 LTS, R-release, GCC (OK)
- Fedora Linux, R-devel, clang, gfortran (OK)


## R CMD check results

0 errors | 0 warnings | 0 note
Expand Down
7 changes: 5 additions & 2 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,354 changes: 1,354 additions & 0 deletions docs/articles/ExPanD_notebook.html

Large diffs are not rendered by default.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/articles/ExPanD_notebook_files/kePrint-0.0.1/kePrint.js
@@ -0,0 +1,8 @@
$(document).ready(function(){
if (typeof $('[data-toggle="tooltip"]').tooltip === 'function') {
$('[data-toggle="tooltip"]').tooltip();
}
if ($('[data-toggle="popover"]').popover === 'function') {
$('[data-toggle="popover"]').popover();
}
});
7 changes: 5 additions & 2 deletions docs/articles/ExPanDaR-functions.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions docs/articles/customize_ExPanD.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added docs/articles/figures/expand_export_button.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions docs/articles/use_ExPanD.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c43f89f

Please sign in to comment.