diff --git a/.Rbuildignore b/.Rbuildignore index 7015a9e..968722e 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -12,3 +12,5 @@ R/.logo.R ^.all-contributorsrc* ^data-raw$ +^cran-comments\.md$ +^CRAN-SUBMISSION$ diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 0000000..028a397 --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 0.2.4 +Date: 2022-08-12 16:32:31 UTC +SHA: b5dad58760d0dff5f0eb36df7a1413522406245f diff --git a/DESCRIPTION b/DESCRIPTION index d3c48bf..29319a8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,20 +1,19 @@ Package: multilinguer Title: Gentle Language Installer for R User -Version: 0.2.1 +Version: 0.2.4 Authors@R: person(given = "Chanyub", - family = "Park", - role = c("aut","cre"), - email = "mrchypark@gmail.com", - comment = c(ORCID = "0000-0001-6474-2570")) + family = "Park", + role = c("aut","cre"), + email = "mrchypark@gmail.com", + comment = c(ORCID = "0000-0001-6474-2570")) Description: Provides install functions of other languages - such as 'java', 'python' for Windows and MacOS. - (Trying to Linux or Solaris.) + such as 'java', 'python'. License: MIT + file LICENSE Encoding: UTF-8 URL: https://github.com/mrchypark/multilinguer BugReports: https://github.com/mrchypark/multilinguer/issues Roxygen: list(markdown = TRUE) -RoxygenNote: 7.1.1 +RoxygenNote: 7.2.1 Imports: sys, rappdirs, diff --git a/NEWS.md b/NEWS.md index 931fef4..c790a2a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,15 @@ +# multilinguer 0.2.4 + +* Fix invalid URLs on readme. + +# multilinguer 0.2.3 + +* Fix readme for cran. + +# multilinguer 0.2.2 + +* Rebuild document with roxygen2 7.2.1 + # multilinguer 0.2.1 * Fix gui only for mac arm64 on jdk_install(). diff --git a/R/zzz.R b/R/zzz.R deleted file mode 100644 index 4103e92..0000000 --- a/R/zzz.R +++ /dev/null @@ -1,4 +0,0 @@ -.onAttach <- function(libname, pkgname){ - packageStartupMessage("If you have any problem, please issue here.") - packageStartupMessage("https://github.com/mrchypark/multilinguer/issues") -} diff --git a/README.md b/README.md index f865504..69e7c1d 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ # multilinguer - -[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) - -[![CRAN -status](https://www.r-pkg.org/badges/version/multilinguer)](https://CRAN.R-project.org/package=multilinguer) -[![R-CMD-check](https://github.com/mrchypark/multilinguer/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/mrchypark/multilinguer/actions/workflows/R-CMD-check.yaml) -[![Codecov test -coverage](https://codecov.io/gh/mrchypark/multilinguer/branch/master/graph/badge.svg)](https://app.codecov.io/gh/mrchypark/multilinguer?branch=master) +[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) +[![R-CMD-check](https://github.com/mrchypark/multilinguer/workflows/R-CMD-check/badge.svg)](https://github.com/mrchypark/multilinguer/actions) +[![CRAN status](https://www.r-pkg.org/badges/version/multilinguer)](https://CRAN.R-project.org/package=multilinguer) +[![runiverse-name](https://mrchypark.r-universe.dev/badges/:name)](https://mrchypark.r-universe.dev/) +[![runiverse-package](https://mrchypark.r-universe.dev/badges/multilinguer)](https://mrchypark.r-universe.dev/ui#packages) +[![metacran downloads](https://cranlogs.r-pkg.org/badges/multilinguer)](https://cran.r-project.org/package=multilinguer) +[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/multilinguer)](https://cran.r-project.org/package=multilinguer) The goal of multilinguer is to provide install function @@ -17,18 +16,12 @@ of jdk and many others like conda for R user. ## Installation -You can install the multilinguer from -[cran](https://CRAN.R-project.org/package=multilinguer) with: - ``` r +# CRAN version install.packages("multilinguer") -``` -You can install the developing version of multilinguer from -[github](https://github.com/mrchypark/multilinguer) with: - -``` r -remotes::install_github("mrchypark/multilinguer") +# dev version on r-universe +install.packages('multilinguer', repos = 'https://mrchypark.r-universe.dev') ``` ## Example @@ -41,13 +34,6 @@ install_conda() install_java() ``` -## java for mac - -rJava package on MacOS, only work with Administrator privileges. So -`install_java()` function request you MacOS password. - -![](https://user-images.githubusercontent.com/6179259/73519641-fbbaa700-4444-11ea-9f52-5c3941040506.png) - ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): @@ -58,7 +44,6 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Seongik Kim 📦 |
- HeoJongWon 🐛 |
jamesleeeee ⚠️ 🐛 |
Minseok-choi97 🐛 |
Daeun Lee 🐛 |
diff --git a/cran-comments.md b/cran-comments.md
new file mode 100644
index 0000000..367ab31
--- /dev/null
+++ b/cran-comments.md
@@ -0,0 +1,5 @@
+## R CMD check results
+
+0 errors | 0 warnings | 1 note
+
+* Fix invalid URLs on readme from v0.2.3
diff --git a/man/multilinguer-package.Rd b/man/multilinguer-package.Rd
index 7f7c369..ae152e3 100644
--- a/man/multilinguer-package.Rd
+++ b/man/multilinguer-package.Rd
@@ -6,7 +6,7 @@
\alias{multilinguer-package}
\title{multilinguer: Gentle Language Installer for R User}
\description{
-\if{html}{\figure{logo.png}{options: align='right' alt='logo' width='120'}}
+\if{html}{\figure{logo.png}{options: style='float: right' alt='logo' width='120'}}
Provides install functions of other languages such as 'java', 'python' for Windows and MacOS. (Trying to Linux or Solaris.)
}