Skip to content

Commit

Permalink
Merge pull request #53 from mrchypark/52-cran-issue
Browse files Browse the repository at this point in the history
52 cran issue
  • Loading branch information
mrchypark authored Aug 12, 2022
2 parents 097b762 + c01b678 commit b18d1cb
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 38 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
R/.logo.R
^.all-contributorsrc*
^data-raw$
^cran-comments\.md$
^CRAN-SUBMISSION$
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 0.2.4
Date: 2022-08-12 16:32:31 UTC
SHA: b5dad58760d0dff5f0eb36df7a1413522406245f
15 changes: 7 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]",
comment = c(ORCID = "0000-0001-6474-2570"))
family = "Park",
role = c("aut","cre"),
email = "[email protected]",
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,
Expand Down
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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().
Expand Down
4 changes: 0 additions & 4 deletions R/zzz.R

This file was deleted.

35 changes: 10 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# multilinguer <img src="man/figures/logo.png" align="right" height=140/>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

<!-- badges: start -->
[![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)
<!-- badges: end -->

The goal of multilinguer is to provide install function
Expand All @@ -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
Expand All @@ -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)):
Expand All @@ -58,7 +44,6 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<table>
<tr>
<td align="center"><a href="https://blogik.netlify.app/"><img src="https://avatars.githubusercontent.com/u/26772420?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Seongik Kim</b></sub></a><br /><a href="#platform-SeongIkKim" title="Packaging/porting to new platform">📦</a></td>
<td align="center"><a href="https://github.com/HeoJongWon"><img src="https://avatars.githubusercontent.com/u/37110949?v=4?s=100" width="100px;" alt=""/><br /><sub><b>HeoJongWon</b></sub></a><br /><a href="https://github.com/mrchypark/multilinguer/issues?q=author%3AHeoJongWon" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/jamesleeeee"><img src="https://avatars.githubusercontent.com/u/95525262?v=4?s=100" width="100px;" alt=""/><br /><sub><b>jamesleeeee</b></sub></a><br /><a href="https://github.com/mrchypark/multilinguer/commits?author=jamesleeeee" title="Tests">⚠️</a> <a href="https://github.com/mrchypark/multilinguer/issues?q=author%3Ajamesleeeee" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/Minseok-choi97"><img src="https://avatars.githubusercontent.com/u/80507582?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Minseok-choi97</b></sub></a><br /><a href="https://github.com/mrchypark/multilinguer/issues?q=author%3AMinseok-choi97" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://daeun-computer-uneasy.tistory.com/"><img src="https://avatars.githubusercontent.com/u/62705839?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Daeun Lee</b></sub></a><br /><a href="https://github.com/mrchypark/multilinguer/issues?q=author%3Adaeunni" title="Bug reports">🐛</a></td>
Expand Down
5 changes: 5 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## R CMD check results

0 errors | 0 warnings | 1 note

* Fix invalid URLs on readme from v0.2.3
2 changes: 1 addition & 1 deletion man/multilinguer-package.Rd

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

0 comments on commit b18d1cb

Please sign in to comment.