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
- Host: GitHub
- URL: https://github.com/r-tensorflow/r-tensorflow
- Owner: r-tensorflow
- License: apache-2.0
- Created: 2019-09-26T18:59:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T13:38:06.000Z (almost 4 years ago)
- Last Synced: 2025-07-03T13:05:29.388Z (12 months ago)
- Language: HTML
- Size: 56.2 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```