diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index 836f284c..00000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,10 +0,0 @@ - - - - -
Session Info - -```r - -``` -
diff --git a/DESCRIPTION b/DESCRIPTION index 6267012b..1d7bad30 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: JuliaCall Type: Package Title: Seamless Integration Between R and 'Julia' -Version: 0.16.5.9000 -Date: 2019-5-29 +Version: 0.16.6 +Date: 2019-6-5 Authors@R: c( person("Changcheng", "Li", , "cxl508@psu.edu", c("aut", "cre")), person("Randy", "Lai", role = "ctb"), diff --git a/NEWS.md b/NEWS.md index 905565fd..5def505a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,7 @@ # JuliaCall 0.16.5.9000 * `julia_install_package` accepts URLs to install packages, fix #106. +* Do not let print in startup files to mess up with `julia_setup`, fix #105. # JuliaCall 0.16.5 diff --git a/README.Rmd b/README.Rmd index 8abf1112..76680471 100644 --- a/README.Rmd +++ b/README.Rmd @@ -156,9 +156,9 @@ you may report it using the link: , or email me at or . -You are welcome to use the [issue template](.github/issue_template.md) -and the [pull request template](.github/pull_request_template.md). -The [contributing guide](.github/CONTRIBUTING.md) provides some guidance for making contributions. +You are welcome to use the [issue template](https://github.com/Non-Contradiction/JuliaCall/blob/master/.github/ISSUE_TEMPLATE/bug_report.md) +and the [pull request template](https://github.com/Non-Contradiction/JuliaCall/blob/master/.github/pull_request_template.md). +The [contributing guide](https://github.com/Non-Contradiction/JuliaCall/blob/master/.github/CONTRIBUTING.md) provides some guidance for making contributions. ### Checking `JuliaCall` Package @@ -181,7 +181,7 @@ To check and test the `JuliaCall` package, you need to have the source package. ## Code of Conduct -Please note that the `JuliaCall` project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms. +Please note that the `JuliaCall` project is released with a [Contributor Code of Conduct](https://github.com/Non-Contradiction/JuliaCall/blob/master/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms. ## Citing diff --git a/README.md b/README.md index 283141c2..ced8e441 100644 --- a/README.md +++ b/README.md @@ -262,10 +262,13 @@ at or . reporting is welcome\! You may report it using the link: , or email me at or . You are welcome to use the -[issue template](.github/issue_template.md) and the [pull request -template](.github/pull_request_template.md). The [contributing -guide](.github/CONTRIBUTING.md) provides some guidance for making -contributions. +[issue +template](https://github.com/Non-Contradiction/JuliaCall/blob/master/.github/ISSUE_TEMPLATE/bug_report.md) +and the [pull request +template](https://github.com/Non-Contradiction/JuliaCall/blob/master/.github/pull_request_template.md). +The [contributing +guide](https://github.com/Non-Contradiction/JuliaCall/blob/master/.github/CONTRIBUTING.md) +provides some guidance for making contributions. ### Checking `JuliaCall` Package @@ -303,8 +306,9 @@ package. You can ## Code of Conduct Please note that the `JuliaCall` project is released with a [Contributor -Code of Conduct](CODE_OF_CONDUCT.md). By contributing to this project, -you agree to abide by its terms. +Code of +Conduct](https://github.com/Non-Contradiction/JuliaCall/blob/master/CODE_OF_CONDUCT.md). +By contributing to this project, you agree to abide by its terms. ## Citing diff --git a/cran-comments.md b/cran-comments.md index 7ea74f93..121b1e61 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,8 +1,8 @@ ## Test environments -* local osx 10.14.3, R 3.5.3 -* osx 10.13.3 (on travis-ci), R 3.5.3 -* ubuntu 14.04.5 (on travis-ci), R 3.5.2 -* windows (on appveyor), R 3.5.3 and r-devel with Rtools35 +* local osx 10.14.5, R 3.6.0 +* osx 10.13.3 (on travis-ci), R 3.6.0 +* ubuntu 14.04.5 (on travis-ci), R 3.6.0 +* windows (on appveyor), R 3.6.0 and r-devel with Rtools35 * win-builder (devel, release and oldrelease) ## R CMD check results @@ -14,9 +14,16 @@ I have also run R CMD check on downstream dependencies of JuliaCall (https://github.com/Non-Contradiction/JuliaCall/tree/master/revdep). The summary generated by revdepcheck is at (https://github.com/Non-Contradiction/JuliaCall/tree/master/revdep/README.md) and (https://github.com/Non-Contradiction/JuliaCall/tree/master/revdep/problems.md). -There are three downstream dependencies currently -- convexjlr, diffeqr and knitr. +There are 4 downstream dependencies currently -- convexjlr, diffeqr, knitr, and buildmer. The checking result of convexjlr is: 0 errors | 0 warnings | 0 notes + +The checking result of knitr is: +0 errors | 0 warnings | 0 notes + +The checking result of buildmer is: +0 errors | 0 warnings | 0 notes + The checking result of diffeqr is: 0 errors | 0 warnings | 1 note ``` @@ -27,5 +34,3 @@ checking installed package size ... NOTE ``` The size of package diffeqr is larger because of its vignettes, which has nothing to do with JuliaCall. -The checking result of knitr is: -0 errors | 0 warnings | 0 notes diff --git a/docs/CODE_OF_CONDUCT.html b/docs/CODE_OF_CONDUCT.html index a9b37434..a8b36911 100644 --- a/docs/CODE_OF_CONDUCT.html +++ b/docs/CODE_OF_CONDUCT.html @@ -60,7 +60,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/CONTRIBUTING.html b/docs/CONTRIBUTING.html index 782906b0..03a7de92 100644 --- a/docs/CONTRIBUTING.html +++ b/docs/CONTRIBUTING.html @@ -60,7 +60,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 4936f173..224dff13 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -60,7 +60,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/LICENSE.html b/docs/LICENSE.html index 45eda580..bf746a52 100644 --- a/docs/LICENSE.html +++ b/docs/LICENSE.html @@ -60,7 +60,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/articles/JuliaCall_in_Jupyter_R_Notebook.html b/docs/articles/JuliaCall_in_Jupyter_R_Notebook.html index 373c76c5..3da0a298 100644 --- a/docs/articles/JuliaCall_in_Jupyter_R_Notebook.html +++ b/docs/articles/JuliaCall_in_Jupyter_R_Notebook.html @@ -30,7 +30,7 @@ JuliaCall - 0.16.4 + 0.16.6 @@ -89,7 +89,7 @@

JuliaCall in Jupyter R Notebook

Changcheng Li

-

2019-03-12

+

2019-06-05

Source: vignettes/JuliaCall_in_Jupyter_R_Notebook.Rmd diff --git a/docs/articles/Julia_in_RMarkdown.html b/docs/articles/Julia_in_RMarkdown.html index ffcb2f21..5257ca7b 100644 --- a/docs/articles/Julia_in_RMarkdown.html +++ b/docs/articles/Julia_in_RMarkdown.html @@ -30,7 +30,7 @@ JuliaCall - 0.16.4 + 0.16.6 @@ -89,7 +89,7 @@

Julia in RMarkdown

Changcheng Li

-

2019-03-12

+

2019-06-05

Source: vignettes/Julia_in_RMarkdown.Rmd diff --git a/docs/articles/index.html b/docs/articles/index.html index d8e1a43d..0f014b23 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -60,7 +60,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/articles/mandelbrot.html b/docs/articles/mandelbrot.html index 28841a3d..8023f5c0 100644 --- a/docs/articles/mandelbrot.html +++ b/docs/articles/mandelbrot.html @@ -30,7 +30,7 @@ JuliaCall - 0.16.4 + 0.16.6 @@ -174,7 +174,7 @@

Time for Pure R Implementation

system.time(zR <- mandelbrotImage(xs, ys, iterate_max))
 #>    user  system elapsed 
-#>  21.572   0.203  22.337
+#> 20.312 0.160 20.762

@@ -183,7 +183,7 @@

invisible(julia_call("mandelbrotImage", xs, ys, 2L)) system.time(zJL <- julia_call("mandelbrotImage", xs, ys, iterate_max)) #> user system elapsed -#> 0.230 0.012 0.285

+#> 0.223 0.001 0.225

We could see that JuliaCall brings a lot of times speedup of the calculation, actually, we could see more speedup with larger problem scale, like 100 times speedup or even more. I won’t show the result here because I don’t want to wait minutes for this RMarkdown document to be knitted.

@@ -229,7 +229,7 @@

invisible(julia_call("mandelbrotImage1", xs, ys, 2L)) system.time(zJL <- julia_call("mandelbrotImage1", xs, ys, iterate_max)) #> user system elapsed -#> 0.245 0.005 0.271 +#> 0.244 0.001 0.247

We could see the function becomes much slower, because in the mandelbrot1 function, z is an integer at the beginning, but becomes a complex number in the iteration. We could use @code_warntype or code_warntype and other tools provided by Julia to check about this problem, see https://docs.julialang.org/en/stable/manual/performance-tips/ for more information.

diff --git a/docs/authors.html b/docs/authors.html index 96d4f1d7..0c3189a7 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -6,7 +6,7 @@ -Authors • JuliaCall +Citation and Authors • JuliaCall @@ -30,7 +30,7 @@ - + @@ -47,7 +47,7 @@ -
+
@@ -193,62 +193,68 @@

libstdc++.so.6: version `GLIBCXX_3.4.xx’ not found

Such problems are usually on Linux machines. The cause for the problem is that R cannot find the libstdc++ version needed by Julia. To deal with the problem, users can export “TheFolderContainsJulia/lib/julia” to R_LD_LIBRARY_PATH.

+
+

+RCall not properly installed

+

The issue is usually caused by updates in R, and it can be typically solved by setting rebuild argument to TRUE in julia_setup() as follows.

+
JuliaCall::julia_setup(rebuild = TRUE)
+

How to Get Help

  • One way to get help for Julia functions is just using julia$help as the following example:
-
julia_help("sqrt")
-#> ```
-#> sqrt(x)
-#> ```
-#> 
-#> Return $\sqrt{x}$. Throws [`DomainError`](@ref) for negative [`Real`](@ref) arguments. Use complex negative arguments instead. The prefix operator `√` is equivalent to `sqrt`.
-#> 
-#> # Examples
-#> 
-#> ```jldoctest; filter = r"Stacktrace:(\n \[[0-9]+\].*)*"
-#> julia> sqrt(big(81))
-#> 9.0
-#> 
-#> julia> sqrt(big(-81))
-#> ERROR: DomainError with -8.1e+01:
-#> NaN result for non-NaN input.
-#> Stacktrace:
-#>  [1] sqrt(::BigFloat) at ./mpfr.jl:501
-#> [...]
-#> 
-#> julia> sqrt(big(complex(-81)))
-#> 0.0 + 9.0im
-#> ```
-#> 
-#> ```
-#> sqrt(A::AbstractMatrix)
-#> ```
-#> 
-#> If `A` has no negative real eigenvalues, compute the principal matrix square root of `A`, that is the unique matrix $X$ with eigenvalues having positive real part such that $X^2 = A$. Otherwise, a nonprincipal square root is returned.
-#> 
-#> If `A` is symmetric or Hermitian, its eigendecomposition ([`eigen`](@ref)) is used to compute the square root. Otherwise, the square root is determined by means of the Björck-Hammarling method [^BH83], which computes the complex Schur form ([`schur`](@ref)) and then the complex square root of the triangular factor.
-#> 
-#> [^BH83]: Åke Björck and Sven Hammarling, "A Schur method for the square root of a matrix", Linear Algebra and its Applications, 52-53, 1983, 127-140. [doi:10.1016/0024-3795(83)80010-X](https://doi.org/10.1016/0024-3795(83)80010-X)
-#> 
-#> # Examples
-#> 
-#> ```jldoctest
-#> julia> A = [4 0; 0 4]
-#> 2×2 Array{Int64,2}:
-#>  4  0
-#>  0  4
-#> 
-#> julia> sqrt(A)
-#> 2×2 Array{Float64,2}:
-#>  2.0  0.0
-#>  0.0  2.0
-#> ```
+
julia_help("sqrt")
+#> ```
+#> sqrt(x)
+#> ```
+#> 
+#> Return $\sqrt{x}$. Throws [`DomainError`](@ref) for negative [`Real`](@ref) arguments. Use complex negative arguments instead. The prefix operator `√` is equivalent to `sqrt`.
+#> 
+#> # Examples
+#> 
+#> ```jldoctest; filter = r"Stacktrace:(\n \[[0-9]+\].*)*"
+#> julia> sqrt(big(81))
+#> 9.0
+#> 
+#> julia> sqrt(big(-81))
+#> ERROR: DomainError with -8.1e+01:
+#> NaN result for non-NaN input.
+#> Stacktrace:
+#>  [1] sqrt(::BigFloat) at ./mpfr.jl:501
+#> [...]
+#> 
+#> julia> sqrt(big(complex(-81)))
+#> 0.0 + 9.0im
+#> ```
+#> 
+#> ```
+#> sqrt(A::AbstractMatrix)
+#> ```
+#> 
+#> If `A` has no negative real eigenvalues, compute the principal matrix square root of `A`, that is the unique matrix $X$ with eigenvalues having positive real part such that $X^2 = A$. Otherwise, a nonprincipal square root is returned.
+#> 
+#> If `A` is symmetric or Hermitian, its eigendecomposition ([`eigen`](@ref)) is used to compute the square root. Otherwise, the square root is determined by means of the Björck-Hammarling method [^BH83], which computes the complex Schur form ([`schur`](@ref)) and then the complex square root of the triangular factor.
+#> 
+#> [^BH83]: Åke Björck and Sven Hammarling, "A Schur method for the square root of a matrix", Linear Algebra and its Applications, 52-53, 1983, 127-140. [doi:10.1016/0024-3795(83)80010-X](https://doi.org/10.1016/0024-3795(83)80010-X)
+#> 
+#> # Examples
+#> 
+#> ```jldoctest
+#> julia> A = [4 0; 0 4]
+#> 2×2 Array{Int64,2}:
+#>  4  0
+#>  0  4
+#> 
+#> julia> sqrt(A)
+#> 2×2 Array{Float64,2}:
+#>  2.0  0.0
+#>  0.0  2.0
+#> ```
@@ -270,12 +276,12 @@

  • autodiffr provides automatic differentiation to native R functions by wrapping Julia packages ForwardDiff.jl and ReverseDiff.jl through JuliaCall, which is a work in progress.
  • -

    If you have any issues in developing an R package using JuliaCall, you may report it using the link: https://github.com/Non-Contradiction/JuliaCall/issues/new, or email me at lch34677@gmail.com or cxl508@psu.edu.

    +

    If you have any issues in developing an R package using JuliaCall, you may report it using the link: https://github.com/Non-Contradiction/JuliaCall/issues/new, or email me at or .

    Suggestion, Issue Reporting, and Contributing

    -

    JuliaCall is under active development now. Any suggestion or issue reporting is welcome! You may report it using the link: https://github.com/Non-Contradiction/JuliaCall/issues/new, or email me at lch34677@gmail.com or cxl508@psu.edu. You are welcome to use the issue template and the pull request template. The contributing guide provides some guidance for making contributions.

    +

    JuliaCall is under active development now. Any suggestion or issue reporting is welcome! You may report it using the link: https://github.com/Non-Contradiction/JuliaCall/issues/new, or email me at or . You are welcome to use the issue template and the pull request template. The contributing guide provides some guidance for making contributions.

    Checking JuliaCall Package

    @@ -295,7 +301,7 @@

  • RCall.jl is a Julia package which embeds R in Julia. JuliaCall is inspired by RCall.jl and depends on RCall.jl for many functionalities like type conversion between R and Julia.
  • -XRJulia is an R package based on John Chambers’ XR package and allows for structured integration of R with Julia. It connects to Julia and uses JSON to transfer data between Julia and R.
  • +XRJulia is an R package based on John Chambers’ XR package and allows for structured integration of R with Julia. It connects to Julia and uses JSON to transfer data between Julia and R. A simple performance comparison between XRJulia and Julia can be found in JuliaCall JOSS paper.
  • RJulia is an R package which embeds Julia in R as well as JuliaCall. It is not on CRAN yet, and I haven’t tested it.
  • @@ -308,7 +314,23 @@

    Code of Conduct

    -

    Please note that the JuliaCall project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

    +

    Please note that the JuliaCall project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

    +
    +
    +

    +Citing

    +

    If you use JuliaCall in research that resulted in publications, then please cite the JuliaCall paper using the following BibTeX entry:

    +
    @Article{JuliaCall,
    +    author = {Changcheng Li},
    +    title = {{JuliaCall}: an {R} package for seamless integration between {R} and {Julia}},
    +    journal = {The Journal of Open Source Software},
    +    publisher = {The Open Journal},
    +    year = {2019},
    +    volume = {4},
    +    number = {35},
    +    pages = {1284},
    +    doi = {10.21105/joss.01284},
    +  }

    @@ -332,6 +354,12 @@

    License

  • MIT + file LICENSE
  • +
    +

    Citation

    + +

    Developers

      @@ -348,6 +376,7 @@

      Dev status

    • CRAN_Status_Badge
    • +
    • DOI
    diff --git a/docs/news/index.html b/docs/news/index.html index 25a15c41..009c4bfe 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -60,7 +60,7 @@ JuliaCall - 0.16.4 + 0.16.6 @@ -121,6 +121,33 @@

    Changelog

    Source: NEWS.md +
    +

    +JuliaCall 0.16.5.9000 Unreleased +

    +
      +
    • +julia_install_package accepts URLs to install packages, fix #106.
    • +
    • Do not let print in startup files to mess up with julia_setup, fix #105.
    • +
    +
    +
    +

    +JuliaCall 0.16.5 2019-03-22 +

    +
      +
    • Thirteenth release on CRAN.
    • +
    +
    +
    +

    +JuliaCall 0.16.4.9000 Unreleased +

    +
      +
    • Various improvements in documentation.
    • +
    • Add a rebuild argument in the function julia_setup. The argument controls whether to rebuild RCall.jl, whose default value is FALSE to save startup time. If a new version of R is used, then this parameter needs to be set to TRUE.
    • +
    +

    JuliaCall 0.16.4 2019-02-18 @@ -193,7 +220,7 @@

    • More deprecation warning fixed for Julia v0.7.
    • -JuliaCall is now compatible with RCall v0.11.0 on Julia v0.7.
    • +JuliaCall is now compatible with RCall.jl v0.11.0 on Julia v0.7.
    • Fix the problem caused by the failure of Pkg.build("RCall").
    • Fix various small issues in Julia v1.0.
    • Fix a segfault on Windows with Julia v0.7 and v1.0.
    • @@ -524,6 +551,9 @@

      Contents

      diff --git a/docs/reference/JuliaCall.html b/docs/reference/JuliaCall.html index e8fbb6b5..883d0e6b 100644 --- a/docs/reference/JuliaCall.html +++ b/docs/reference/JuliaCall.html @@ -64,7 +64,7 @@ JuliaCall - 0.16.4 + 0.16.6

    @@ -216,7 +216,7 @@

    Examp julia_install_package_if_needed("Optim") # julia$installed_package("Optim") - julia_installed_package("Optim")
    #> [1] "0.17.2"
    #> [1] "0.18.1"
    # julia$library("Optim") julia_library("Optim")
    diff --git a/docs/reference/JuliaObject.html b/docs/reference/JuliaObject.html index e2be9265..31bf8da0 100644 --- a/docs/reference/JuliaObject.html +++ b/docs/reference/JuliaObject.html @@ -64,7 +64,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/reference/JuliaObjectFields.html b/docs/reference/JuliaObjectFields.html index 8573439b..8134a6cd 100644 --- a/docs/reference/JuliaObjectFields.html +++ b/docs/reference/JuliaObjectFields.html @@ -63,7 +63,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/reference/autowrap.html b/docs/reference/autowrap.html index 5e0cc8bf..f4ab7f05 100644 --- a/docs/reference/autowrap.html +++ b/docs/reference/autowrap.html @@ -63,7 +63,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/reference/call.html b/docs/reference/call.html index 42206ed5..32449b9c 100644 --- a/docs/reference/call.html +++ b/docs/reference/call.html @@ -65,7 +65,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/reference/eng_juliacall.html b/docs/reference/eng_juliacall.html index f4ed195f..d15aeb5b 100644 --- a/docs/reference/eng_juliacall.html +++ b/docs/reference/eng_juliacall.html @@ -63,7 +63,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/reference/grapes-greater-than-J-grapes.html b/docs/reference/grapes-greater-than-J-grapes.html index afbbb050..eab13574 100644 --- a/docs/reference/grapes-greater-than-J-grapes.html +++ b/docs/reference/grapes-greater-than-J-grapes.html @@ -63,7 +63,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/reference/index.html b/docs/reference/index.html index 93d36c27..7f62d07d 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -60,7 +60,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/reference/julia_assign.html b/docs/reference/julia_assign.html index 68877a32..56663376 100644 --- a/docs/reference/julia_assign.html +++ b/docs/reference/julia_assign.html @@ -63,7 +63,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/reference/julia_command.html b/docs/reference/julia_command.html index ab31869e..9eee512f 100644 --- a/docs/reference/julia_command.html +++ b/docs/reference/julia_command.html @@ -68,7 +68,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/reference/julia_console.html b/docs/reference/julia_console.html index 805f369e..69dfa533 100644 --- a/docs/reference/julia_console.html +++ b/docs/reference/julia_console.html @@ -63,7 +63,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/reference/julia_eval.html b/docs/reference/julia_eval.html index 7c779e15..dc5e35a1 100644 --- a/docs/reference/julia_eval.html +++ b/docs/reference/julia_eval.html @@ -71,7 +71,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/reference/julia_exists.html b/docs/reference/julia_exists.html index 50cec092..1bdbb7f2 100644 --- a/docs/reference/julia_exists.html +++ b/docs/reference/julia_exists.html @@ -63,7 +63,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/reference/julia_help.html b/docs/reference/julia_help.html index 6d6d778a..bd030307 100644 --- a/docs/reference/julia_help.html +++ b/docs/reference/julia_help.html @@ -63,7 +63,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/reference/julia_package.html b/docs/reference/julia_package.html index d60e71b7..db92be37 100644 --- a/docs/reference/julia_package.html +++ b/docs/reference/julia_package.html @@ -63,7 +63,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/reference/julia_setup.html b/docs/reference/julia_setup.html index d407d555..58adcd69 100644 --- a/docs/reference/julia_setup.html +++ b/docs/reference/julia_setup.html @@ -66,7 +66,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/reference/julia_source.html b/docs/reference/julia_source.html index 75737127..1b9357e0 100644 --- a/docs/reference/julia_source.html +++ b/docs/reference/julia_source.html @@ -63,7 +63,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/docs/reference/plotsViewer.html b/docs/reference/plotsViewer.html index 8e94b15b..e6822b9b 100644 --- a/docs/reference/plotsViewer.html +++ b/docs/reference/plotsViewer.html @@ -63,7 +63,7 @@ JuliaCall - 0.16.4 + 0.16.6 diff --git a/revdep/README.md b/revdep/README.md index 3659a7f2..fde14821 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -2,29 +2,21 @@ |field |value | |:--------|:----------------------------| -|version |R version 3.5.3 (2019-03-11) | -|os |macOS Mojave 10.14.3 | +|version |R version 3.6.0 (2019-04-26) | +|os |macOS Mojave 10.14.5 | |system |x86_64, darwin15.6.0 | |ui |RStudio | |language |(EN) | |collate |en_US.UTF-8 | |ctype |en_US.UTF-8 | |tz |America/New_York | -|date |2019-03-21 | +|date |2019-06-05 | # Dependencies -|package |old |new |Δ | -|:---------|:------|:---|:--| -|JuliaCall |0.16.4 |NA |* | +|package |old |new |Δ | +|:---------|:------|:------|:--| +|JuliaCall |0.16.5 |0.16.6 |* | # Revdeps -## All (3) - -|package |version |error |warning |note | -|:------------------------------|:-------|:-----|:-------|:----| -|convexjlr |0.8.1 | | | | -|[diffeqr](problems.md#diffeqr) |0.1.1 | | |1 | -|knitr |1.22 | | | | - diff --git a/revdep/data.sqlite b/revdep/data.sqlite index ad8c1853..b094d5d6 100644 Binary files a/revdep/data.sqlite and b/revdep/data.sqlite differ diff --git a/revdep/failures.md b/revdep/failures.md new file mode 100644 index 00000000..9a207363 --- /dev/null +++ b/revdep/failures.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file diff --git a/revdep/problems.md b/revdep/problems.md index 0cbde039..9a207363 100644 --- a/revdep/problems.md +++ b/revdep/problems.md @@ -1,13 +1 @@ -# diffeqr - -Version: 0.1.1 - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 9.4Mb - sub-directories of 1Mb or more: - doc 9.3Mb - ``` - +*Wow, no problems at all. :)* \ No newline at end of file