Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiFabre committed Oct 1, 2023
1 parent ac1bba8 commit 64bba9e
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions vignettes/fabR-vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ vignette: >
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
eval = FALSE,
comment = "#>",
warning = FALSE,
message = FALSE,
echo = TRUE)
```


# fabR

<!-- badges: start -->
Expand All @@ -30,19 +35,15 @@ assessment and visualization of data frame-like material.
You can install the package from CRAN, or the development version of fabR from
[GitHub](https://github.com/):


``` {r setup}
install.packages("fabR",repos = "https://cloud.r-project.org/")
# To update the R package in your R environment you may first need to remove
# it, and use the exit command quit() to terminate the current R session.
# install.package("devtools")
# devtools::install_github(repo = "https://github.com/guifabre/fabR",
# auth_token = "ghp_xxx",force = TRUE)
# To install the R package:
install.packages('fabR')
library(fabR)
```

## Example

```{r}
library(fabR)
#if you need help with the package, please use:
fabR_help()
```

0 comments on commit 64bba9e

Please sign in to comment.