Skip to content

Commit

Permalink
Clean up repo (vignettes folder, readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanneoberman committed Feb 21, 2024
1 parent a4570d8 commit ff38ac9
Show file tree
Hide file tree
Showing 4 changed files with 716 additions and 13 deletions.
19 changes: 6 additions & 13 deletions readme.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ The table lists the defined API end points and the internal mapping between the

This document provides a quick introduction into the main WEBMICE features, and how these can be assessed from `R` and from the bash command line.

## Installation

See the [installation guide](./vignettes/installation.Rmd).

## Features

Expand All @@ -60,8 +63,9 @@ Let us first check whether WEBMICE is running. The following code makes a simple
We first need to install and load packages.

```{r httr, eval=FALSE}
#install.packages(c("httr2", "jsonlite"))
# install.packages(c("httr2", "jsonlite"))
```

```{r load}
library(httr2)
library(jsonlite)
Expand Down Expand Up @@ -191,7 +195,7 @@ A more user-friendly call

```{r, eval=TRUE}
body_fit<- as.character(toJSON(ret_fit$result))
body_fit <- as.character(toJSON(ret_fit$result))
req_pool <- request(host) |>
req_headers("accept" = "text/json") |>
Expand Down Expand Up @@ -711,14 +715,3 @@ curl -G -v "$(cat .host)/pool" \

### {-}

## Resources

### Internal

| Description | Status |
|:------------------------------------------------------|:----------------------------------------|

### External

| Description | Status |
|:------------------------------------------------------|:----------------------------------------|
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit ff38ac9

Please sign in to comment.