An open API service indexing awesome lists of open source software.

https://github.com/r-tensorflow/r-tensorflow

r-tensorflow website
https://github.com/r-tensorflow/r-tensorflow

Last synced: 4 months ago
JSON representation

r-tensorflow website

Awesome Lists containing this project

README

          

# r-tensorflow website

This is a blogdown website and can be previewed locally with

```
blogdown::serve_site()
```

It relies on Hugo v0.58.3.

## Updating the API reference:

The API reference can be built with:

```
Rscript /scripts/api.R
```

## Updating the guides

You can update the Guide section with:

```
Rscript /scripts/guide.R
```