Skip to content

Commit

Permalink
Removes packages README's, adds badges to index.qmd and main README
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Oct 10, 2024
1 parent 6977275 commit ca65c5c
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 916 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: temp
branches: main
pull_request:
branches: temp
branches: main

name: R package checks

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quarto-site.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- temp
- main

name: Render and Publish

Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# mall

<!-- badges: start -->

[![R-CMD-check](https://github.com/mlverse/mall/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/mlverse/mall/actions/workflows/R-CMD-check.yaml)
[![Codecov test
coverage](https://codecov.io/gh/mlverse/mall/branch/main/graph/badge.svg)](https://app.codecov.io/gh/mlverse/mall?branch=main)
[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->

<img src="figures/favicon/apple-touch-icon-180x180.png" style="float:right" />


Expand Down
4 changes: 2 additions & 2 deletions _freeze/index/execute-results/html.json

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ mall::llm_use("ollama", "llama3.2", seed = 100, .cache = "_readme_cache")

<img src="figures/favicon/apple-touch-icon-180x180.png" style="float:right" />

<!-- badges: start -->

[![R package check](https://github.com/mlverse/mall/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/mlverse/mall/actions/workflows/R-CMD-check.yaml)
[![R package coverage](https://codecov.io/gh/mlverse/mall/branch/main/graph/badge.svg)](https://app.codecov.io/gh/mlverse/mall?branch=main)
[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->


Run multiple LLM predictions against a data frame. The predictions are processed
row-wise over a specified column. It works using a pre-determined one-shot prompt,
along with the current row's content. `mall` has been implemented for both R
Expand Down
100 changes: 0 additions & 100 deletions python/README.md

This file was deleted.

71 changes: 0 additions & 71 deletions python/README.qmd

This file was deleted.

Loading

0 comments on commit ca65c5c

Please sign in to comment.