Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paithiov909 committed Mar 4, 2023
1 parent a533be7 commit 2792ca6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# gibasa 0.7.4

* Use `RcppParallel::paralellFor` instead of `tbb::parallel_for`. There are no user's visible changes.
* Use `RcppParallel::parallelFor` instead of `tbb::parallel_for`. There are no user's visible changes.

# gibasa 0.7.1

Expand Down
9 changes: 2 additions & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,8 @@ Gibasa provides 3 main functions: `gibasa::tokenize`, `gibasa::prettify`, and `g
You can install binary package via [r-universe](https://paithiov909.r-universe.dev/ui#package:gibasa).

```r
# Enable repository from paithiov909
options(repos = c(
paithiov909 = "https://paithiov909.r-universe.dev",
CRAN = "https://cloud.r-project.org"))

# Download and install gibasa in R
install.packages("gibasa")
# Install gibasa from r-universe repository
install.packages("gibasa", repos = c("https://paithiov909.r-universe.dev", "https://cloud.r-project.org"))

# Or build from source package
Sys.setenv(MECAB_DEFAULT_RC = "/fullpath/to/your/mecabrc") # if necessary
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,8 @@ You can install binary package via
[r-universe](https://paithiov909.r-universe.dev/ui#package:gibasa).

``` r
# Enable repository from paithiov909
options(repos = c(
paithiov909 = "https://paithiov909.r-universe.dev",
CRAN = "https://cloud.r-project.org"))

# Download and install gibasa in R
install.packages("gibasa")
# Install gibasa from r-universe repository
install.packages("gibasa", repos = c("https://paithiov909.r-universe.dev", "https://cloud.r-project.org"))

# Or build from source package
Sys.setenv(MECAB_DEFAULT_RC = "/fullpath/to/your/mecabrc") # if necessary
Expand Down

0 comments on commit 2792ca6

Please sign in to comment.